Windowable.icon

Sets the icon for the window. Supports transparency.

More...
  1. void icon(Image image)
  2. void icon(ushort width, ushort height, ubyte[3][] data, ubyte[3]* transparent)
    interface Windowable
    deprecated
    void
    icon
    (
    ushort width
    ,
    ushort height
    ,
    ubyte[3][] data
    ,
    ubyte[3]* transparent = null
    )

Parameters

width ushort

The width of the icon

height ushort

The height of the icon

data ubyte[3][]

rgb data 0 .. 255, 3 bytes per pixel

transparent ubyte[3]*

The given pixel (3 bytes like data) color to use as transparency

Detailed Description

Deprecated: Superseded by using Devisualization.Image's Image, as argument instead.

Meta